1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogs
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogs))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.lblUser = New System.Windows.Forms.Label()
33         Me.Panel6 = New System.Windows.Forms.Panel()
34         Me.btnDeleteAllLogs = New System.Windows.Forms.Button()
35         Me.Panel5 = New System.Windows.Forms.Panel()
36         Me.btnExportExcel = New System.Windows.Forms.Button()
37         Me.btnClose = New System.Windows.Forms.Button()
38         Me.btnReset = New System.Windows.Forms.Button()
39         Me.Panel4 = New System.Windows.Forms.Panel()
40         Me.cmbUserID = New System.Windows.Forms.ComboBox()
41         Me.Label5 = New System.Windows.Forms.Label()
42         Me.Panel3 = New System.Windows.Forms.Panel()
43         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
44         Me.Label2 = New System.Windows.Forms.Label()
45         Me.Label3 = New System.Windows.Forms.Label()
46         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
47         Me.btnGetData = New System.Windows.Forms.Button()
48         Me.dgw = New System.Windows.Forms.DataGridView()
49         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Panel2 = New System.Windows.Forms.Panel()
53         Me.Label1 = New System.Windows.Forms.Label()
54         Me.Panel1.SuspendLayout()
55         Me.Panel6.SuspendLayout()
56         Me.Panel5.SuspendLayout()
57         Me.Panel4.SuspendLayout()
58         Me.Panel3.SuspendLayout()
59         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
60         Me.Panel2.SuspendLayout()
61         Me.SuspendLayout()
62         
'
63         
'Panel1
64         
'
65         Me.Panel1.BackColor = System.Drawing.Color.White
66         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
67         Me.Panel1.Controls.Add(Me.lblUser)
68         Me.Panel1.Controls.Add(Me.Panel6)
69         Me.Panel1.Controls.Add(Me.Panel5)
70         Me.Panel1.Controls.Add(Me.Panel4)
71         Me.Panel1.Controls.Add(Me.Panel3)
72         Me.Panel1.Controls.Add(Me.dgw)
73         Me.Panel1.Controls.Add(Me.Panel2)
74         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
75         Me.Panel1.Name =
"Panel1"
76         Me.Panel1.Size = New System.Drawing.Size(
726, 559)
77         Me.Panel1.TabIndex =
2
78         
'
79         
'lblUser
80         
'
81         Me.lblUser.AutoSize = True
82         Me.lblUser.Location = New System.Drawing.Point(
596, 273)
83         Me.lblUser.Name =
"lblUser"
84         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
85         Me.lblUser.TabIndex =
44
86         Me.lblUser.Text =
"Label8"
87         Me.lblUser.Visible = False
88         
'
89         
'Panel6
90         
'
91         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
92         Me.Panel6.Controls.Add(Me.btnDeleteAllLogs)
93         Me.Panel6.Location = New System.Drawing.Point(
601, 315)
94         Me.Panel6.Name =
"Panel6"
95         Me.Panel6.Size = New System.Drawing.Size(
111, 67)
96         Me.Panel6.TabIndex =
43
97         
'
98         
'btnDeleteAllLogs
99         
'
100         Me.btnDeleteAllLogs.Cursor = System.Windows.Forms.Cursors.Hand
101         Me.btnDeleteAllLogs.FlatStyle = System.Windows.Forms.FlatStyle.Popup
102         Me.btnDeleteAllLogs.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.btnDeleteAllLogs.Location = New System.Drawing.Point(
13, 10)
104         Me.btnDeleteAllLogs.Name =
"btnDeleteAllLogs"
105         Me.btnDeleteAllLogs.Size = New System.Drawing.Size(
82, 45)
106         Me.btnDeleteAllLogs.TabIndex =
0
107         Me.btnDeleteAllLogs.Text =
"Delete all logs"
108         Me.btnDeleteAllLogs.UseVisualStyleBackColor = True
109         
'
110         
'Panel5
111         
'
112         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
113         Me.Panel5.Controls.Add(Me.btnExportExcel)
114         Me.Panel5.Controls.Add(Me.btnClose)
115         Me.Panel5.Controls.Add(Me.btnReset)
116         Me.Panel5.Location = New System.Drawing.Point(
601, 151)
117         Me.Panel5.Name =
"Panel5"
118         Me.Panel5.Size = New System.Drawing.Size(
111, 119)
119         Me.Panel5.TabIndex =
42
120         
'
121         
'btnExportExcel
122         
'
123         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
124         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
125         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.btnExportExcel.Location = New System.Drawing.Point(
13, 78)
127         Me.btnExportExcel.Name =
"btnExportExcel"
128         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
129         Me.btnExportExcel.TabIndex =
5
130         Me.btnExportExcel.Text =
"Export Excel"
131         Me.btnExportExcel.UseVisualStyleBackColor = True
132         
'
133         
'btnClose
134         
'
135         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
136         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
137         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
138         Me.btnClose.Location = New System.Drawing.Point(
13, 44)
139         Me.btnClose.Name =
"btnClose"
140         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
141         Me.btnClose.TabIndex =
4
142         Me.btnClose.Text =
"Close"
143         Me.btnClose.UseVisualStyleBackColor = True
144         
'
145         
'btnReset
146         
'
147         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
148         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
149         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.btnReset.Location = New System.Drawing.Point(
13, 10)
151         Me.btnReset.Name =
"btnReset"
152         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
153         Me.btnReset.TabIndex =
0
154         Me.btnReset.Text =
"Reset"
155         Me.btnReset.UseVisualStyleBackColor = True
156         
'
157         
'Panel4
158         
'
159         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
160         Me.Panel4.Controls.Add(Me.cmbUserID)
161         Me.Panel4.Controls.Add(Me.Label5)
162         Me.Panel4.Location = New System.Drawing.Point(
383, 75)
163         Me.Panel4.Name =
"Panel4"
164         Me.Panel4.Size = New System.Drawing.Size(
199, 70)
165         Me.Panel4.TabIndex =
41
166         
'
167         
'cmbUserID
168         
'
169         Me.cmbUserID.FormattingEnabled = True
170         Me.cmbUserID.Location = New System.Drawing.Point(
13, 30)
171         Me.cmbUserID.Name =
"cmbUserID"
172         Me.cmbUserID.Size = New System.Drawing.Size(
171, 21)
173         Me.cmbUserID.TabIndex =
13
174         
'
175         
'Label5
176         
'
177         Me.Label5.AutoSize = True
178         Me.Label5.Location = New System.Drawing.Point(
10, 8)
179         Me.Label5.Name =
"Label5"
180         Me.Label5.Size = New System.Drawing.Size(
49, 13)
181         Me.Label5.TabIndex =
12
182         Me.Label5.Text =
"User ID :"
183         
'
184         
'Panel3
185         
'
186         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
187         Me.Panel3.Controls.Add(Me.dtpDateTo)
188         Me.Panel3.Controls.Add(Me.Label2)
189         Me.Panel3.Controls.Add(Me.Label3)
190         Me.Panel3.Controls.Add(Me.dtpDateFrom)
191         Me.Panel3.Controls.Add(Me.btnGetData)
192         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
193         Me.Panel3.Name =
"Panel3"
194         Me.Panel3.Size = New System.Drawing.Size(
368, 70)
195         Me.Panel3.TabIndex =
1
196         
'
197         
'dtpDateTo
198         
'
199         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
200         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
201         Me.dtpDateTo.Location = New System.Drawing.Point(
153, 27)
202         Me.dtpDateTo.Name =
"dtpDateTo"
203         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
204         Me.dtpDateTo.TabIndex =
14
205         
'
206         
'Label2
207         
'
208         Me.Label2.AutoSize = True
209         Me.Label2.Location = New System.Drawing.Point(
150, 8)
210         Me.Label2.Name =
"Label2"
211         Me.Label2.Size = New System.Drawing.Size(
26, 13)
212         Me.Label2.TabIndex =
13
213         Me.Label2.Text =
"To :"
214         
'
215         
'Label3
216         
'
217         Me.Label3.AutoSize = True
218         Me.Label3.Location = New System.Drawing.Point(
10, 8)
219         Me.Label3.Name =
"Label3"
220         Me.Label3.Size = New System.Drawing.Size(
36, 13)
221         Me.Label3.TabIndex =
12
222         Me.Label3.Text =
"From :"
223         
'
224         
'dtpDateFrom
225         
'
226         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
227         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
228         Me.dtpDateFrom.Location = New System.Drawing.Point(
13, 27)
229         Me.dtpDateFrom.Name =
"dtpDateFrom"
230         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
231         Me.dtpDateFrom.TabIndex =
11
232         
'
233         
'btnGetData
234         
'
235         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
236         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
237         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         Me.btnGetData.Location = New System.Drawing.Point(
278, 27)
239         Me.btnGetData.Name =
"btnGetData"
240         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
241         Me.btnGetData.TabIndex =
1
242         Me.btnGetData.Text =
"Get Data"
243         Me.btnGetData.UseVisualStyleBackColor = True
244         
'
245         
'dgw
246         
'
247         Me.dgw.AllowUserToAddRows = False
248         Me.dgw.AllowUserToDeleteRows = False
249         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
250         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
251         Me.dgw.BackgroundColor = System.Drawing.Color.White
252         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
253         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
254         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
255         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
256         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
257         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
258         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
259         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
260         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
261         Me.dgw.ColumnHeadersHeight =
24
262         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
263         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
264         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
265         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
266         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
268         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
269         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
270         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
271         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
272         Me.dgw.EnableHeadersVisualStyles = False
273         Me.dgw.GridColor = System.Drawing.Color.White
274         Me.dgw.Location = New System.Drawing.Point(
9, 151)
275         Me.dgw.MultiSelect = False
276         Me.dgw.Name =
"dgw"
277         Me.dgw.ReadOnly = True
278         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
279         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
280         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
281         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
282         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
283         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
284         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
285         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
286         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
287         Me.dgw.RowHeadersWidth =
25
288         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
289         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
290         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
292         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
293         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
294         Me.dgw.RowTemplate.Height =
18
295         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
296         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
297         Me.dgw.Size = New System.Drawing.Size(
581, 394)
298         Me.dgw.TabIndex =
40
299         
'
300         
'Column1
301         
'
302         Me.Column1.HeaderText =
"User ID"
303         Me.Column1.Name =
"Column1"
304         Me.Column1.ReadOnly = True
305         
'
306         
'Column2
307         
'
308         Me.Column2.HeaderText =
"Date"
309         Me.Column2.Name =
"Column2"
310         Me.Column2.ReadOnly = True
311         Me.Column2.Width =
150
312         
'
313         
'Column3
314         
'
315         Me.Column3.HeaderText =
"Operation"
316         Me.Column3.Name =
"Column3"
317         Me.Column3.ReadOnly = True
318         Me.Column3.Width =
300
319         
'
320         
'Panel2
321         
'
322         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
323         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
324         Me.Panel2.Controls.Add(Me.Label1)
325         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
326         Me.Panel2.Name =
"Panel2"
327         Me.Panel2.Size = New System.Drawing.Size(
703, 62)
328         Me.Panel2.TabIndex =
0
329         
'
330         
'Label1
331         
'
332         Me.Label1.AutoSize = True
333         Me.Label1.BackColor = System.Drawing.Color.Transparent
334         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
335         Me.Label1.ForeColor = System.Drawing.Color.White
336         Me.Label1.Location = New System.Drawing.Point(
300, 20)
337         Me.Label1.Name =
"Label1"
338         Me.Label1.Size = New System.Drawing.Size(
55, 24)
339         Me.Label1.TabIndex =
0
340         Me.Label1.Text =
"Logs"
341         
'
342         
'frmLogs
343         
'
344         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
345         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
346         Me.BackColor = System.Drawing.Color.DarkSlateGray
347         Me.ClientSize = New System.Drawing.Size(
750, 584)
348         Me.Controls.Add(Me.Panel1)
349         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
350         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
351         Me.MaximizeBox = False
352         Me.MinimizeBox = False
353         Me.Name =
"frmLogs"
354         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
355         Me.Panel1.ResumeLayout(False)
356         Me.Panel1.PerformLayout()
357         Me.Panel6.ResumeLayout(False)
358         Me.Panel5.ResumeLayout(False)
359         Me.Panel4.ResumeLayout(False)
360         Me.Panel4.PerformLayout()
361         Me.Panel3.ResumeLayout(False)
362         Me.Panel3.PerformLayout()
363         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
364         Me.Panel2.ResumeLayout(False)
365         Me.Panel2.PerformLayout()
366         Me.ResumeLayout(False)
367
368     End Sub
369     Friend WithEvents Panel1 As System.Windows.Forms.Panel
370     Friend WithEvents Panel3 As System.Windows.Forms.Panel
371     Friend WithEvents btnGetData As System.Windows.Forms.Button
372     Friend WithEvents dgw As System.Windows.Forms.DataGridView
373     Friend WithEvents Panel2 As System.Windows.Forms.Panel
374     Friend WithEvents Label1 As System.Windows.Forms.Label
375     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
376     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
377     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
378     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
379     Friend WithEvents Panel4 As System.Windows.Forms.Panel
380     Friend WithEvents Label5 As System.Windows.Forms.Label
381     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
382     Friend WithEvents Label2 As System.Windows.Forms.Label
383     Friend WithEvents Label3 As System.Windows.Forms.Label
384     Friend WithEvents cmbUserID As System.Windows.Forms.ComboBox
385     Friend WithEvents Panel5 As System.Windows.Forms.Panel
386     Friend WithEvents btnClose As System.Windows.Forms.Button
387     Friend WithEvents btnReset As System.Windows.Forms.Button
388     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
389     Friend WithEvents Panel6 As System.Windows.Forms.Panel
390     Friend WithEvents btnDeleteAllLogs As System.Windows.Forms.Button
391     Friend WithEvents lblUser As System.Windows.Forms.Label
392
393 End Class


Gõ tìm kiếm nhanh...